home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / source.exe / POSIX / BSDPSX / VFORK.C < prev   
Text File  |  1992-07-02  |  38b  |  5 lines

  1. int vfork()
  2. {
  3.     return (fork());
  4. }
  5.